DialParams

class DialParams(calleeId: String)

DialParams.

Since

0.7.0

Constructors

DialParams
Link copied to clipboard
fun DialParams(calleeId: String)

Functions

setCallOptions
Link copied to clipboard
fun setCallOptions(callOptions: CallOptions): DialParams

Sets CallOptions of caller.

setCustomItems
Link copied to clipboard
fun setCustomItems(customItems: Map<String, String>?): DialParams

Sets custom items for this call.

setHoldActiveCall
Link copied to clipboard
fun setHoldActiveCall(holdActiveCall: Boolean): DialParams

Holds the active call and dials a new call.

setSendBirdChatOptions
Link copied to clipboard
fun setSendBirdChatOptions(sendBirdChatOptions: SendBirdChatOptions): DialParams
setVideoCall
Link copied to clipboard
fun setVideoCall(isVideoCall: Boolean): DialParams

Sets flag which indicates whether it is video call or audio call.